body{
    min-width: 1300px;
}

.header {
    width: 100%;
    border-bottom: 1px solid #eee;
    box-shadow: 0px 3px 4px rgb(0 0 0 / 16%);
    -webkit-box-shadow: 0px 3px 4px rgb(0 0 0 / 16%);
    margin-bottom: 4px;
}
.header-top {
    width: 100%;
    background: #ececec;
}
.header-top .header-top-content {
    width: 1300px;
    height: 40px;
    line-height: 40px;
    color: #888;
    margin: 0 auto;
}
.header-body {
    width: 1300px;
    padding: 20px 0px;
    margin: 0 auto;
    overflow: hidden;
}
.header-body .logo {
    float: left;
}
.header-body .search {
    float: right;
    height: 40px;
    margin: 5px 0px 5px 50px;
    position: relative;
    overflow: hidden;
    border: 2px solid #009fe9;
    border-radius: 0px;
    width: 520px;
    padding: 0px;
}
.header-body .search .search-input {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    width: 420px;
    padding-left: 15px;
    border: none;
}
.header-body .search .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #009fe9;
    border: none;
    height: 40px;
    width: 80px;
    text-align: center;
    padding: 2px 0px;
    border-radius: 0;
    font-size: 16px;
    color: #e6e6e6;
    cursor: pointer;
}
.header-body .other {
    width: 130px;
    height: 40px;
    margin: 5px 0px 5px 5px;
    float: right;
}
.header-body .other > a {
    height: 40px;
    float: left;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}
.header-body .other > a:nth-child(1) {
    width: 100%;
    display: block;
    background: url('../image/top_24.png') 15px 10px no-repeat #3FB43E;
    text-indent: 27px;
    text-decoration: none;
    color: #fff;
    float: left;
}
.header-nav {
    width: 100%;
    background: #009FE9;
}
.header-nav .header-nav-content {
    width: 1300px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
}
.header-nav .header-nav-content {
    width: 1300px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
}
.header-nav .header-nav-content ul.nav-menu-list {
    float: left;
    font-size: 16px;
    overflow: hidden;
}
.header-nav .header-nav-content ul.nav-menu-list li{
    display: inline-block;
    padding: 0 20px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 0px solid #009fe9;
}
.header-nav .header-nav-content ul.nav-menu-list li>a{
    color: #fff;
}
.header-nav .header-nav-content ul.nav-menu-list li:hover{
    color: #fff;
    background: #3C9A4E;
}
.page-body-wrapper {
    width: 100%;
    min-height: 500px;
    margin: 0px auto;
    overflow: hidden;
}
.footer {
    width: 100%;
    min-height: 120px;
    background: #ececec;
}
.footer-body {
    width: 1200px;
    padding: 15px 0px;
    margin: 0px auto;
}
.footer-body p{
    line-height: 25px;
    font-size: 12px;
    color: #888;
    text-align: center;
}
.footer-body p>a{
    color: #888;
}
.footer-body p>a:hover{
    text-decoration: underline;
}
.footer-body .treaty{
    text-align: center;
    overflow: hidden;
    margin: 10px auto 20px;
    display: table;
}
.footer-body .treaty li{
    float: left;
    padding: 0 15px;
    color: #888;
    font-size: 14px;
    line-height: 16px;
    border-right: 1px solid #e6e6e6;
    display: inline;
}
.footer-body .treaty li:last-child{
    border-right: none;
}
.footer-body .treaty li a{
    color: #888;
}